SetPauseOnExceptionsRequest

data class SetPauseOnExceptionsRequest(state: String)

Represents request frame that can be used with Debugger#setPauseOnExceptions operation call.

Defines pause on exceptions state. Can be set to stop on all exceptions, uncaught exceptions or no exceptions. Initial pause on exceptions state is none.

See also

Constructors

SetPauseOnExceptionsRequest
Link copied to clipboard
fun SetPauseOnExceptionsRequest(state: String)

Properties

state
Link copied to clipboard
val state: String
Pause on exceptions mode.

Sources

jvm source
Link copied to clipboard